1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmLogs
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogs))
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.lblUser = New System.Windows.Forms.Label()
34         Me.Panel6 = New System.Windows.Forms.Panel()
35         Me.btnDeleteAllLogs = New System.Windows.Forms.Button()
36         Me.Panel5 = New System.Windows.Forms.Panel()
37         Me.btnExportExcel = New System.Windows.Forms.Button()
38         Me.btnClose = New System.Windows.Forms.Button()
39         Me.btnReset = New System.Windows.Forms.Button()
40         Me.Panel4 = New System.Windows.Forms.Panel()
41         Me.cmbUserID = New System.Windows.Forms.ComboBox()
42         Me.Label5 = New System.Windows.Forms.Label()
43         Me.Panel3 = New System.Windows.Forms.Panel()
44         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
45         Me.Label2 = New System.Windows.Forms.Label()
46         Me.Label3 = New System.Windows.Forms.Label()
47         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
48         Me.btnGetData = New System.Windows.Forms.Button()
49         Me.dgw = New System.Windows.Forms.DataGridView()
50         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Panel2 = New System.Windows.Forms.Panel()
54         Me.Label1 = New System.Windows.Forms.Label()
55         Me.Panel1.SuspendLayout()
56         Me.Panel6.SuspendLayout()
57         Me.Panel5.SuspendLayout()
58         Me.Panel4.SuspendLayout()
59         Me.Panel3.SuspendLayout()
60         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
61         Me.Panel2.SuspendLayout()
62         Me.SuspendLayout()
63         
'
64         
'Panel1
65         
'
66         Me.Panel1.BackColor = System.Drawing.Color.White
67         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
68         Me.Panel1.Controls.Add(Me.lblUser)
69         Me.Panel1.Controls.Add(Me.Panel6)
70         Me.Panel1.Controls.Add(Me.Panel5)
71         Me.Panel1.Controls.Add(Me.Panel4)
72         Me.Panel1.Controls.Add(Me.Panel3)
73         Me.Panel1.Controls.Add(Me.dgw)
74         Me.Panel1.Controls.Add(Me.Panel2)
75         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
76         Me.Panel1.Name =
"Panel1"
77         Me.Panel1.Size = New System.Drawing.Size(
719, 553)
78         Me.Panel1.TabIndex =
2
79         
'
80         
'lblUser
81         
'
82         Me.lblUser.AutoSize = True
83         Me.lblUser.Location = New System.Drawing.Point(
596, 273)
84         Me.lblUser.Name =
"lblUser"
85         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
86         Me.lblUser.TabIndex =
44
87         Me.lblUser.Text =
"Label8"
88         Me.lblUser.Visible = False
89         
'
90         
'Panel6
91         
'
92         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
93         Me.Panel6.Controls.Add(Me.btnDeleteAllLogs)
94         Me.Panel6.Location = New System.Drawing.Point(
601, 315)
95         Me.Panel6.Name =
"Panel6"
96         Me.Panel6.Size = New System.Drawing.Size(
111, 67)
97         Me.Panel6.TabIndex =
43
98         
'
99         
'btnDeleteAllLogs
100         
'
101         Me.btnDeleteAllLogs.Cursor = System.Windows.Forms.Cursors.Hand
102         Me.btnDeleteAllLogs.FlatStyle = System.Windows.Forms.FlatStyle.Popup
103         Me.btnDeleteAllLogs.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
104         Me.btnDeleteAllLogs.Location = New System.Drawing.Point(
13, 10)
105         Me.btnDeleteAllLogs.Name =
"btnDeleteAllLogs"
106         Me.btnDeleteAllLogs.Size = New System.Drawing.Size(
82, 45)
107         Me.btnDeleteAllLogs.TabIndex =
0
108         Me.btnDeleteAllLogs.Text =
"&Delete all logs"
109         Me.btnDeleteAllLogs.UseVisualStyleBackColor = True
110         
'
111         
'Panel5
112         
'
113         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
114         Me.Panel5.Controls.Add(Me.btnExportExcel)
115         Me.Panel5.Controls.Add(Me.btnClose)
116         Me.Panel5.Controls.Add(Me.btnReset)
117         Me.Panel5.Location = New System.Drawing.Point(
601, 151)
118         Me.Panel5.Name =
"Panel5"
119         Me.Panel5.Size = New System.Drawing.Size(
111, 119)
120         Me.Panel5.TabIndex =
42
121         
'
122         
'btnExportExcel
123         
'
124         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
125         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
126         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
127         Me.btnExportExcel.Location = New System.Drawing.Point(
13, 78)
128         Me.btnExportExcel.Name =
"btnExportExcel"
129         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
130         Me.btnExportExcel.TabIndex =
5
131         Me.btnExportExcel.Text =
"&Export Excel"
132         Me.btnExportExcel.UseVisualStyleBackColor = True
133         
'
134         
'btnClose
135         
'
136         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
137         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
138         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
139         Me.btnClose.Location = New System.Drawing.Point(
13, 44)
140         Me.btnClose.Name =
"btnClose"
141         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
142         Me.btnClose.TabIndex =
4
143         Me.btnClose.Text =
"&Close"
144         Me.btnClose.UseVisualStyleBackColor = True
145         
'
146         
'btnReset
147         
'
148         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
149         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
150         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
151         Me.btnReset.Location = New System.Drawing.Point(
13, 10)
152         Me.btnReset.Name =
"btnReset"
153         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
154         Me.btnReset.TabIndex =
0
155         Me.btnReset.Text =
"&Reset"
156         Me.btnReset.UseVisualStyleBackColor = True
157         
'
158         
'Panel4
159         
'
160         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
161         Me.Panel4.Controls.Add(Me.cmbUserID)
162         Me.Panel4.Controls.Add(Me.Label5)
163         Me.Panel4.Location = New System.Drawing.Point(
383, 75)
164         Me.Panel4.Name =
"Panel4"
165         Me.Panel4.Size = New System.Drawing.Size(
199, 70)
166         Me.Panel4.TabIndex =
41
167         
'
168         
'cmbUserID
169         
'
170         Me.cmbUserID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
171         Me.cmbUserID.FormattingEnabled = True
172         Me.cmbUserID.Location = New System.Drawing.Point(
13, 30)
173         Me.cmbUserID.Name =
"cmbUserID"
174         Me.cmbUserID.Size = New System.Drawing.Size(
171, 21)
175         Me.cmbUserID.TabIndex =
13
176         
'
177         
'Label5
178         
'
179         Me.Label5.AutoSize = True
180         Me.Label5.Location = New System.Drawing.Point(
10, 8)
181         Me.Label5.Name =
"Label5"
182         Me.Label5.Size = New System.Drawing.Size(
49, 13)
183         Me.Label5.TabIndex =
12
184         Me.Label5.Text =
"User ID :"
185         
'
186         
'Panel3
187         
'
188         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
189         Me.Panel3.Controls.Add(Me.dtpDateTo)
190         Me.Panel3.Controls.Add(Me.Label2)
191         Me.Panel3.Controls.Add(Me.Label3)
192         Me.Panel3.Controls.Add(Me.dtpDateFrom)
193         Me.Panel3.Controls.Add(Me.btnGetData)
194         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
195         Me.Panel3.Name =
"Panel3"
196         Me.Panel3.Size = New System.Drawing.Size(
368, 70)
197         Me.Panel3.TabIndex =
1
198         
'
199         
'dtpDateTo
200         
'
201         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
202         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
203         Me.dtpDateTo.Location = New System.Drawing.Point(
153, 27)
204         Me.dtpDateTo.Name =
"dtpDateTo"
205         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
206         Me.dtpDateTo.TabIndex =
14
207         
'
208         
'Label2
209         
'
210         Me.Label2.AutoSize = True
211         Me.Label2.Location = New System.Drawing.Point(
150, 8)
212         Me.Label2.Name =
"Label2"
213         Me.Label2.Size = New System.Drawing.Size(
26, 13)
214         Me.Label2.TabIndex =
13
215         Me.Label2.Text =
"To :"
216         
'
217         
'Label3
218         
'
219         Me.Label3.AutoSize = True
220         Me.Label3.Location = New System.Drawing.Point(
10, 8)
221         Me.Label3.Name =
"Label3"
222         Me.Label3.Size = New System.Drawing.Size(
36, 13)
223         Me.Label3.TabIndex =
12
224         Me.Label3.Text =
"From :"
225         
'
226         
'dtpDateFrom
227         
'
228         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
229         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
230         Me.dtpDateFrom.Location = New System.Drawing.Point(
13, 27)
231         Me.dtpDateFrom.Name =
"dtpDateFrom"
232         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
233         Me.dtpDateFrom.TabIndex =
11
234         
'
235         
'btnGetData
236         
'
237         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
238         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
239         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
240         Me.btnGetData.Location = New System.Drawing.Point(
278, 27)
241         Me.btnGetData.Name =
"btnGetData"
242         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
243         Me.btnGetData.TabIndex =
1
244         Me.btnGetData.Text =
"Get Data"
245         Me.btnGetData.UseVisualStyleBackColor = True
246         
'
247         
'dgw
248         
'
249         Me.dgw.AllowUserToAddRows = False
250         Me.dgw.AllowUserToDeleteRows = False
251         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
252         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
253         Me.dgw.BackgroundColor = System.Drawing.Color.White
254         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
255         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
256         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
257         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
258         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
259         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
260         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
261         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
262         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
263         Me.dgw.ColumnHeadersHeight =
24
264         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
265         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
266         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
267         DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
268         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
270         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
271         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
272         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
273         Me.dgw.DefaultCellStyle = DataGridViewCellStyle4
274         Me.dgw.EnableHeadersVisualStyles = False
275         Me.dgw.GridColor = System.Drawing.Color.White
276         Me.dgw.Location = New System.Drawing.Point(
9, 151)
277         Me.dgw.MultiSelect = False
278         Me.dgw.Name =
"dgw"
279         Me.dgw.ReadOnly = True
280         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
281         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
282         DataGridViewCellStyle5.BackColor = System.Drawing.Color.CadetBlue
283         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
284         DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
285         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
286         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
287         DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
288         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle5
289         Me.dgw.RowHeadersWidth =
25
290         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
291         DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
292         DataGridViewCellStyle6.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
293         DataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.DarkSlateGray
294         DataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White
295         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle6
296         Me.dgw.RowTemplate.Height =
18
297         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
298         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
299         Me.dgw.Size = New System.Drawing.Size(
581, 394)
300         Me.dgw.TabIndex =
40
301         
'
302         
'Column1
303         
'
304         Me.Column1.HeaderText =
"User ID"
305         Me.Column1.Name =
"Column1"
306         Me.Column1.ReadOnly = True
307         
'
308         
'Column2
309         
'
310         DataGridViewCellStyle3.Format =
"dd/MM/yyyy hh:mm:ss tt"
311         Me.Column2.DefaultCellStyle = DataGridViewCellStyle3
312         Me.Column2.HeaderText =
"Date"
313         Me.Column2.Name =
"Column2"
314         Me.Column2.ReadOnly = True
315         Me.Column2.Width =
150
316         
'
317         
'Column3
318         
'
319         Me.Column3.HeaderText =
"Operation"
320         Me.Column3.Name =
"Column3"
321         Me.Column3.ReadOnly = True
322         Me.Column3.Width =
300
323         
'
324         
'Panel2
325         
'
326         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
327         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
328         Me.Panel2.Controls.Add(Me.Label1)
329         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
330         Me.Panel2.Name =
"Panel2"
331         Me.Panel2.Size = New System.Drawing.Size(
703, 62)
332         Me.Panel2.TabIndex =
0
333         
'
334         
'Label1
335         
'
336         Me.Label1.AutoSize = True
337         Me.Label1.BackColor = System.Drawing.Color.Transparent
338         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
339         Me.Label1.ForeColor = System.Drawing.Color.White
340         Me.Label1.Location = New System.Drawing.Point(
290, 20)
341         Me.Label1.Name =
"Label1"
342         Me.Label1.Size = New System.Drawing.Size(
55, 24)
343         Me.Label1.TabIndex =
0
344         Me.Label1.Text =
"Logs"
345         
'
346         
'frmLogs
347         
'
348         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
349         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
350         Me.BackColor = System.Drawing.Color.DarkSlateGray
351         Me.ClientSize = New System.Drawing.Size(
736, 477)
352         Me.Controls.Add(Me.Panel1)
353         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
354         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
355         Me.MaximizeBox = False
356         Me.MinimizeBox = False
357         Me.Name =
"frmLogs"
358         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
359         Me.Panel1.ResumeLayout(False)
360         Me.Panel1.PerformLayout()
361         Me.Panel6.ResumeLayout(False)
362         Me.Panel5.ResumeLayout(False)
363         Me.Panel4.ResumeLayout(False)
364         Me.Panel4.PerformLayout()
365         Me.Panel3.ResumeLayout(False)
366         Me.Panel3.PerformLayout()
367         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
368         Me.Panel2.ResumeLayout(False)
369         Me.Panel2.PerformLayout()
370         Me.ResumeLayout(False)
371
372     End Sub
373     Friend WithEvents Panel1 As System.Windows.Forms.Panel
374     Friend WithEvents Panel3 As System.Windows.Forms.Panel
375     Friend WithEvents btnGetData As System.Windows.Forms.Button
376     Friend WithEvents dgw As System.Windows.Forms.DataGridView
377     Friend WithEvents Panel2 As System.Windows.Forms.Panel
378     Friend WithEvents Label1 As System.Windows.Forms.Label
379     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
380     Friend WithEvents Panel4 As System.Windows.Forms.Panel
381     Friend WithEvents Label5 As System.Windows.Forms.Label
382     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
383     Friend WithEvents Label2 As System.Windows.Forms.Label
384     Friend WithEvents Label3 As System.Windows.Forms.Label
385     Friend WithEvents cmbUserID As System.Windows.Forms.ComboBox
386     Friend WithEvents Panel5 As System.Windows.Forms.Panel
387     Friend WithEvents btnClose As System.Windows.Forms.Button
388     Friend WithEvents btnReset As System.Windows.Forms.Button
389     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
390     Friend WithEvents Panel6 As System.Windows.Forms.Panel
391     Friend WithEvents btnDeleteAllLogs As System.Windows.Forms.Button
392     Friend WithEvents lblUser As System.Windows.Forms.Label
393     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
394     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
395     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
396
397 End Class


Gõ tìm kiếm nhanh...